Add GtkClipboardIamgeReceivedFunc
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2005 05:03:41 +0000 (05:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Jun 2005 05:03:41 +0000 (05:03 +0000)
2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkclipboard.sgml:
* gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc

docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkclipboard.sgml

index dd4cd46516564c6210a4eb1549357f8ef74996ef..c39787544ba9981ef27a326e6d227ae5dfc065b8 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkclipboard.sgml: 
+       * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc
+
        * gtk/tmpl/gtkpaned.sgml: 
        * gtk/tmpl/gtkmenu.sgml: 
        
index 1715d4279070592ce2dca59529facf188a9ca530..2bb5309cb4c1e0ffd43dbd34e21edc368232996d 100644 (file)
@@ -5105,6 +5105,7 @@ gtk_selection_data_get_type
 GtkClipboard
 GtkClipboardReceivedFunc
 GtkClipboardTextReceivedFunc
+GtkClipboardImageReceivedFunc
 GtkClipboardTargetsReceivedFunc
 GtkClipboardGetFunc
 GtkClipboardClearFunc
index b4a9078a7eb43ce0651bd254d471d9a0ef4c5bb0..ab6e16afb1561eca101340610622218a770d5795 100644 (file)
@@ -84,6 +84,9 @@ Storing data on clipboards
 </variablelist>
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GtkClipboard ##### -->
 <para>
 
@@ -115,6 +118,17 @@ Storing data on clipboards
 @data: the @user_data supplied to gtk_clipboard_request_text().
 
 
+<!-- ##### USER_FUNCTION GtkClipboardImageReceivedFunc ##### -->
+<para>
+    A function to be called when the results of gtk_clipboard_request_image()
+    are received, or when the request fails.
+</para>
+
+@clipboard: the #GtkClipboard
+@pixbuf: the received image
+@data: the @user_data supplied to gtk_clipboard_request_image().
+@Since: 2.6
+
 <!-- ##### USER_FUNCTION GtkClipboardTargetsReceivedFunc ##### -->
 <para>
     A function to be called when the results of gtk_clipboard_request_targets()